package com.telcordia.cvas.rpn;

import org.junit.Test;

public class BinaryOperatorShould {
	@Test
	public void callExtensionPointWithCorrectOperands() {
	}
	
	@Test
	public void storeCalculatedResult() {
	}
}
